projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c4cc21
)
acpi: Output all errors/warnings/remarks when compiling ASL
author
Bin Meng
<
[email protected]
>
Sat, 7 May 2016 14:46:19 +0000
(07:46 -0700)
committer
Bin Meng
<
[email protected]
>
Mon, 23 May 2016 07:18:00 +0000
(15:18 +0800)
Remove -va option when invoking IASL compiler so that we can see
errors/warnings/remarks in the build log.
Signed-off-by: Bin Meng <
[email protected]
>
Reviewed-by: Stefan Roese <
[email protected]
>
Tested-by: Stefan Roese <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
scripts/Makefile.lib
patch
|
blob
|
history
diff --git
a/scripts/Makefile.lib
b/scripts/Makefile.lib
index 5f0b0501e3f91ef21a87f1a3f0bfd7265859256f..44534e16249ab99afb76c86b4be5e3f5257a05ad 100644
(file)
--- a/
scripts/Makefile.lib
+++ b/
scripts/Makefile.lib
@@
-326,7
+326,7
@@
$(obj)/%.S: $(src)/%.ttf
quiet_cmd_acpi_c_asl= ASL $<
cmd_acpi_c_asl= \
$(CPP) -x assembler-with-cpp -P $(UBOOTINCLUDE) -o $<.tmp $<; \
- iasl -p $< -tc
-va
$<.tmp; \
+ iasl -p $< -tc $<.tmp; \
mv $(patsubst %.asl,%.hex,$<) $@
$(obj)/dsdt.c: $(src)/dsdt.asl